com.sabro.jbusiness.sys
Class SysDetalhe.SysDetalheEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.sabro.jbusiness.sys.SysDetalhe.SysDetalheEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SysDetalhe

public static class SysDetalhe.SysDetalheEvent
extends java.util.EventObject

SysDetalheEvent é usada para notificar os observadores que o SysDetalhe foi alterado.

See Also:
Serialized Form

Constructor Summary
SysDetalhe.SysDetalheEvent(SysDetalhe source, SysDetalhe.SysDetalheEventType sysDetalheEventType)
           
SysDetalhe.SysDetalheEvent(SysDetalhe source, SysDetalhe.SysDetalheEventType sysDetalheEventType, SysRegistro sysRegistro)
           
SysDetalhe.SysDetalheEvent(SysValor source, SysDetalhe.SysDetalheEventType sysDetalheEventType, SysRegistro sysRegistro, java.lang.Object newValor)
           
 
Method Summary
 java.lang.Object getNewValor()
           
 SysCampo getSysCampo()
           
 SysDetalhe.SysDetalheEventType getSysDetalheEventType()
           
 SysRegistro getSysRegistro()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SysDetalhe.SysDetalheEvent

public SysDetalhe.SysDetalheEvent(SysDetalhe source,
                                  SysDetalhe.SysDetalheEventType sysDetalheEventType)

SysDetalhe.SysDetalheEvent

public SysDetalhe.SysDetalheEvent(SysDetalhe source,
                                  SysDetalhe.SysDetalheEventType sysDetalheEventType,
                                  SysRegistro sysRegistro)

SysDetalhe.SysDetalheEvent

public SysDetalhe.SysDetalheEvent(SysValor source,
                                  SysDetalhe.SysDetalheEventType sysDetalheEventType,
                                  SysRegistro sysRegistro,
                                  java.lang.Object newValor)
Method Detail

getSysRegistro

public SysRegistro getSysRegistro()

getSysDetalheEventType

public SysDetalhe.SysDetalheEventType getSysDetalheEventType()

getSysCampo

public SysCampo getSysCampo()

getNewValor

public java.lang.Object getNewValor()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject